I have two macros: /roll ?{Number of Dice}d6>5 and /roll ?{Number of Dice}d4>4, that I use independently, but in some instances i need to do both in the same roll. I can do this manually with a chat command: /roll 2 d6>5 + 1 d4>4. When I try and combine the two macros I only get one ?{Number of Dice} selection that is then applied to both sets of dice. Is there a way to nest this so that I can specify the amount of dice for each? Any assistance would be appreciated.